net/http.http2connError.Code (field)

3 uses

	net/http (current package)
		h2_bundle.go#L1269: 	Code   http2ErrCode // the ConnectionError error code
		h2_bundle.go#L1274: 	return fmt.Sprintf("http2: connection error: %v: %v", e.Code, e.Reason)
		h2_bundle.go#L1913: 			return nil, fr.connError(ce.Code, ce.Reason)